Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IArray<T> Interface
The type of items.
Members


In This Topic
    IArray<T> Interface
    In This Topic
    Represents an array of items which are declared as T type.
    Syntax
    'Declaration
     
    
    Public Interface IArray(Of T) 
    'Usage
     
    
    Dim instance As IArray(Of T)
    public interface IArray<T> 
    Type Parameters
    T
    The type of items.
    See Also